<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Virtual folder</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Virtual_folder"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Virtual_folder rootpage-Virtual_folder skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Virtual folder</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">Not to be confused with <a href="Special_folder" title="Special folder">Special folder</a>, <a href="Volume_Mount_Point" class="mw-redirect" title="Volume Mount Point">Volume Mount Point</a>, <a href="NTFS_symbolic_link" class="mw-redirect" title="NTFS symbolic link">NTFS symbolic link</a>, or <a href="NTFS_junction_point" class="mw-redirect" title="NTFS junction point">NTFS junction point</a>.</div>
<p>In computing, a <b>virtual folder</b> generally denotes an <a href="Organizing_principle" title="Organizing principle">organizing principle</a> for files that is not dependent on location in a hierarchical <a href="Directory_(file_systems)" class="mw-redirect" title="Directory (file systems)">directory</a> tree. Instead, it consists of software that coalesces results from a data store, which may be a database or a custom index, and presents them visually in the format in which <a href="Folder_(computing)" class="mw-redirect" title="Folder (computing)">folder</a> views are presented. A virtual folder can be thought of as a <a href="View_(database)" class="mw-redirect" title="View (database)">view</a> that lists all files tagged with a certain <a href="Tag_(metadata)" title="Tag (metadata)">tag</a>, and thus a simulation of a folder whose dynamic contents can be assembled on the fly, when requested. It is related in concept to several other topics in <a href="Computer_science" title="Computer science">computer science</a>, with names including <b>saved search</b>, <b>saved query</b>, and <a href="Filter_(software)" title="Filter (software)">filtering</a>.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Technology">Technology</h2></div>
<p>Virtual folders provide a means for making it easier for users to find files that are content-related, such as by project. The user needs to specify criteria and all files matching the criteria are dynamically aggregated into the virtual folder. Files in a virtual folder are not limited to any single physical location on the hard drive, as is the case with traditional folders, but can be in any location. In fact, files in a virtual folder do not even need to be stored as files on the hard drive. They may be on a network share or in a custom application datastore such as e-mail inbox or even a database.
</p><p>Documents cannot be "stored" in a virtual folder, since physically a virtual folder is just a file storing a search query. Any attempt to store a file in a virtual folder, depending on the implementation, is redirected to some physical store.
</p><p>Most implementations speed up searching by pre-indexing the hard drive, or the locations where the search has to be performed. So when searching is to be done, the index, which is a representation of the entire data suitable for fast searching, is used. Since the entire folder hierarchy is not accessed, the search is completed much faster.
</p>
<div class="mw-heading mw-heading2"><h2 id="Implementations">Implementations</h2></div>
<p>Virtual folders are a well-established construct in <a href="Operating_system" title="Operating system">operating systems</a>. <a href="BeOS" title="BeOS">BeOS</a> included a version of virtual folders referred to as "saved queries", that has since influenced the development of virtual folder features in operating systems like Mac OS X, Windows and Linux. These virtual folders are populated dynamically by executing a search on the entire <a href="File_system" title="File system">file system</a>, or a subset of it, or by using the <a href="Cache_(computing)" title="Cache (computing)">cached</a> version of the search.
</p>
<div class="mw-heading mw-heading2"><h2 id="History">History</h2></div>
<div class="mw-heading mw-heading3"><h3 id="BeOS">BeOS</h3></div>
<p>The initial developer preview of the operating system, released in October 1995, included database-like functionality to make it easier for users to manage their files. To do this the filesystem indexes certain file attributes to allow for fast searching. By default the filesystem indexes the filename, size and last modified timestamp automatically, but could also create indexes for other attributes when told to by either an application or by the user.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p><p>When a user performs a file search, a file is created in the folder "/boot/home/queries" with a name derived from the content of the query and the date and time of the search, such as "Name = Western Infirmary - Mar 21, 11:59:40 PM". The query criteria of the search is stored in an attribute of the file called "qrystr".<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> When the file is opened, the filesystem indexes were queried and a Tracker window is opened with an up-to-date list of files that match the criteria.
</p><p>Additional features were added to search with subsequent releases. Release 2 introduced the ability to edit saved queries,<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> and Release 3 gave the users the chance to define their own names for saved queries.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> Before Release 4 in 1998, all queries were stored indefinitely. However, with R4, the BeOS developers introduced a seven-day limit on all queries. If a user wanted a query to stay around longer, they could uncheck a "Temporary" flag in the Find dialog.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading3"><h3 id="macOS">macOS</h3></div>
<p>In April 2005, Apple released <a href="Mac_OS_X_v10.4" class="mw-redirect" title="Mac OS X v10.4">Mac OS X v10.4</a>, with their implementation of virtual folders called <b>Smart Folders</b>. These folders are dynamically updated by the <a href="Spotlight_(software)" class="mw-redirect" title="Spotlight (software)">Spotlight</a> engine to contain content that match certain criteria. For example, this could be used to give you a folder containing all the <a href="Microsoft_Word" title="Microsoft Word">Word</a> documents containing the word "shpadoinkle" that have been edited within the last 7 days. Smart Folders are created by saving a Spotlight search, which records the search criteria in a <a href="Property_list" title="Property list">Property list</a> file with a <b>.savedSearch</b> extension and, by default, saves them in the "/Users/username/Library/Saved Searches" folder.
</p><p><a href="Dominic_Giampaolo" title="Dominic Giampaolo">Dominic Giampaolo</a>, one of the lead developers of the BeOS filesystem, was also involved in adding a virtual folder system in <a href="Apple_Inc." title="Apple Inc.">Apple Inc.</a>'s <a href="MacOS" title="MacOS">Mac OS X</a> operating system.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup>
</p><p>There are many variants of the Smart Folder concept that can be seen in applications that use the Spotlight engine, usually identified by a gear symbol on a purple-hued icon. Examples include: Smart Mailboxes in <a href="Mail_(Apple)" class="mw-redirect" title="Mail (Apple)">Mail</a> and Smart Groups in <a href="List_of_macOS_components" class="mw-redirect" title="List of macOS components">Address Book</a>.
</p><p>Before Spotlight earlier versions of <a href="MacOS" title="MacOS">macOS</a> had a similar concept in the iApps (<a href="ITunes" title="ITunes">iTunes</a> and <a href="IPhoto" title="IPhoto">iPhoto</a>), but these did not use the system-wide Spotlight engine.
</p>
<div class="mw-heading mw-heading3"><h3 id="Microsoft_Windows">Microsoft Windows </h3></div>
<div class="mw-heading mw-heading4"><h4 id="Saved_Searches">Saved Searches</h4></div>
<p><b><a href="Windows_Vista" title="Windows Vista">Windows Vista</a></b> released in November 2006 introduced virtual folders to the Windows platform with the introduction of <i>Saved Searches</i>,<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>a<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>b<span class="cite-bracket">]</span></a></sup> which present items based on their properties rather than folder hierarchies on disk.<sup id="cite_ref-WindowsVistaVirtualFolders_8-2" class="reference"><a href="#cite_note-WindowsVistaVirtualFolders-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-TechRepublicID_11-1" class="reference"><a href="#cite_note-TechRepublicID-11"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> Saved Searches are not folders — they do not store items — they instead are <a href="XML" title="XML">XML</a> files that retain a query for utilization by <a href="Windows_Search" title="Windows Search">Windows Search</a>.<sup id="cite_ref-SavedSearchFileFormat_7-1" class="reference"><a href="#cite_note-SavedSearchFileFormat-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> Saved Searches can be defined based on customizable parameters including dates, <a href="Metadata" title="Metadata">metadata</a>, names, locations to search (called the <i>scopes</i>), and item types.<sup id="cite_ref-TechRepublic_13-0" class="reference"><a href="#cite_note-TechRepublic-13"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup> When a Saved Search is created, the query retains the presentation layout that appeared when the search was first performed such that subsequent searches will present identical arrangements of items.<sup id="cite_ref-SavedSearchFileFormat_7-2" class="reference"><a href="#cite_note-SavedSearchFileFormat-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> Saved Searches can also be constructed on other Saved Searches (<i>query composition</i>).<sup id="cite_ref-QueryComposition_14-0" class="reference"><a href="#cite_note-QueryComposition-14"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-SchultzQueryComposition_15-0" class="reference"><a href="#cite_note-SchultzQueryComposition-15"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup>
</p><p>By default, Windows Vista references the <a href="Disk_partitioning" title="Disk partitioning">disk partition</a> and user profile of a created Saved Search as part of its scope, which inhibits their ability to return content from different machines or partitions when transferred to other machines. Microsoft released a <i>SearchMelt Creator</i> utility that changes the scope of Saved Searches to reference the %USERPROFILE% <a href="Environment_variable" title="Environment variable">environment variable</a>, which allows them to operate on other machines or profiles; users can also edit Saved Searches manually to reference %USERPROFILE% to facilitate sharing.<sup id="cite_ref-SearchMelt_16-0" class="reference"><a href="#cite_note-SearchMelt-16"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup>
</p><p>Saved Searches additionally allow users to create <i>stacks</i> of data, which are collections of items assembled by properties such as document authors. The same content can appear in more than one stack. Users can, by way of example, first navigate to a specific author stack then to a keyword stack, or to the same keyword stack and to the same author stack without creating new folders or changing the underlying location on disk, which frees users from the limitation of a hierarchical folder structure where one item can only be stored in one location<sup id="cite_ref-WindowsVistaProductGuide_17-0" class="reference"><a href="#cite_note-WindowsVistaProductGuide-17"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup> — this liberation from folder hierarchies was a primary benefit and differentiator of <a href="WinFS" title="WinFS">WinFS</a>.<sup id="cite_ref-BillGatesRemarks_18-0" class="reference"><a href="#cite_note-BillGatesRemarks-18"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup>
</p>
<style data-mw-deduplicate="TemplateStyles:r1224211176">
/* start https://en.wikipedia.org/ */
.mw-parser-output .quotebox{background-color:#F9F9F9;border:1px solid #aaa;box-sizing:border-box;padding:10px;font-size:88%;max-width:100%}.mw-parser-output .quotebox.floatleft{margin:.5em 1.4em .8em 0}.mw-parser-output .quotebox.floatright{margin:.5em 0 .8em 1.4em}.mw-parser-output .quotebox.centered{overflow:hidden;position:relative;margin:.5em auto .8em auto}.mw-parser-output .quotebox.floatleft span,.mw-parser-output .quotebox.floatright span{font-style:inherit}.mw-parser-output .quotebox>blockquote{margin:0;padding:0;border-left:0;font-family:inherit;font-size:inherit}.mw-parser-output .quotebox-title{text-align:center;font-size:110%;font-weight:bold}.mw-parser-output .quotebox-quote>:first-child{margin-top:0}.mw-parser-output .quotebox-quote:last-child>:last-child{margin-bottom:0}.mw-parser-output .quotebox-quote.quoted:before{font-family:"Times New Roman",serif;font-weight:bold;font-size:large;color:gray;content:" “ ";vertical-align:-45%;line-height:0}.mw-parser-output .quotebox-quote.quoted:after{font-family:"Times New Roman",serif;font-weight:bold;font-size:large;color:gray;content:" ” ";line-height:0}.mw-parser-output .quotebox .left-aligned{text-align:left}.mw-parser-output .quotebox .right-aligned{text-align:right}.mw-parser-output .quotebox .center-aligned{text-align:center}.mw-parser-output .quotebox .quote-title,.mw-parser-output .quotebox .quotebox-quote{display:block}.mw-parser-output .quotebox cite{display:block;font-style:normal}@media screen and (max-width:640px){.mw-parser-output .quotebox{width:100%!important;margin:0 0 .8em!important;float:none!important}}
/* end https://en.wikipedia.org/ */
</style><div class="quotebox pullquote floatright" style="width:30em; ; color: #202122;background-color: #E8E8E8;">
<blockquote class="quotebox-quote left-aligned" style="">
<p>"We actually considered at one time not having folders. It was all going to be virtualized storage with search queries and so on. We would just completely abstract the file organization stuff from the physical folders and disk structure. But that was too much of a leap over the chasm, too confusing for users."
</p>
</blockquote>
<div style="padding-bottom: 0; padding-top: 0.5em"><cite class="left-aligned" style="">Greg Sullivan<sup id="cite_ref-VirtualFolders_19-0" class="reference"><a href="#cite_note-VirtualFolders-19"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup></cite></div>
</div>
<p>Pre-release builds of Windows Vista offered significantly different metadata and namespace functionality in contrast to the functionality of the build of Windows Vista <a href="Released_to_manufacturing" class="mw-redirect" title="Released to manufacturing">released to manufacturing</a>. Microsoft constructed several Saved Searches as part of its goals for a new user profile namespace, which replaced traditional <a href="Special_Folders" class="mw-redirect" title="Special Folders">user profile folders</a>. <a href="My_Documents" title="My Documents">Documents</a>, My Music, and <a href="My_Documents#Other_"My"_folders" title="My Documents">My Pictures</a> on the <a href="Start_menu" title="Start menu">Start menu</a> were replaced by Saved Searches — <i>All Documents</i>, <i>All Music</i>, and <i>All Pictures and Videos</i> — that searched for documents, music, and photos and videos, respectively, with several other Saved Searches for specific content (e.g., authors for documents) also displayed in the navigation pane of Windows Explorer. When viewing <i>All Music</i> or traditional folders with music, for example, the navigation pane would include Saved Searches for all music, albums, artists, genres, favorite music, and ratings.<sup id="cite_ref-QueryComposition_14-1" class="reference"><a href="#cite_note-QueryComposition-14"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-DisplayDrivers_20-0" class="reference"><a href="#cite_note-DisplayDrivers-20"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-OReilly_21-0" class="reference"><a href="#cite_note-OReilly-21"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup> Stacks in Saved Searches in pre-release builds of Windows Vista could also be created by users, or write properties to data by <a href="Drag-and-drop" class="mw-redirect" title="Drag-and-drop">drag-and-drop</a> — in a feature known as <i>metadata painting</i>, dragging a document onto an author stack, for example, would assign that author to the document.<sup id="cite_ref-Vista05_22-0" class="reference"><a href="#cite_note-Vista05-22"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup> In later builds, Microsoft replaced these Saved Searches with a single <i>Library</i> Saved Search that aggregated content from all locations with subqueries for individual types (e.g., the Music Library searched Library for all music).<sup id="cite_ref-QueryComposition_14-2" class="reference"><a href="#cite_note-QueryComposition-14"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> Microsoft had sought to include metadata painting and user profile namespace virtual folders since the development of <a href="WinFS" title="WinFS">WinFS</a>;<sup id="cite_ref-WinFS2003PDC_23-0" class="reference"><a href="#cite_note-WinFS2003PDC-23"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup> the objective was for Saved Searches to become the primary way users interact with data.<sup id="cite_ref-VirtualFolders_19-1" class="reference"><a href="#cite_note-VirtualFolders-19"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-WinFS2003PDC_23-1" class="reference"><a href="#cite_note-WinFS2003PDC-23"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup> Microsoft reportedly received extensive feedback that these changes were confusing — having Saved Searches in the new user profile namespace caused users to believe there were several folders with similar names.<sup id="cite_ref-VirtualFolders_19-2" class="reference"><a href="#cite_note-VirtualFolders-19"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup>
</p><p>Accordingly, Microsoft removed the <i>Library</i> Saved Search and its associated subqueries; however, Windows Vista still includes <i>Recent Documents</i>, <i>Recent E-mail,</i> <i>Recent Music,</i> <i>Recent Pictures and Videos,</i> and <i>Recently Changed</i> Saved Searches, all of which use a single <i>Indexed Locations</i> Saved Search in accordance with the previous Library concept.<sup id="cite_ref-QueryComposition_14-3" class="reference"><a href="#cite_note-QueryComposition-14"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> These Saved Searches were previously known as <i>Last 30 Days Documents</i>, <i>Last 7 Days Email</i>, <i>Fresh Tracks</i>, and <i>Last 30 Days Pictures and Videos</i>.<sup id="cite_ref-5308VirtualFolders_24-0" class="reference"><a href="#cite_note-5308VirtualFolders-24"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading4"><h4 id="Libraries">Libraries</h4></div>
<p>Windows 7 introduces <i>Libraries</i> to display and organize content. Similar to Saved Searches, a Library is an XML file with a unique extension — <code>.library-ms</code> extension — and it is a collection of files organized by specified locations. Unlike Saved Searches, however, users must specify folder locations, and Libraries can display content that does not match the type of the Library (e.g., the Pictures Library may display a document if any subfolders include documents). Libraries have a shell namespace extension in Explorer and their XML files can be reused across Windows installations or the network.
</p>
<div class="mw-heading mw-heading3"><h3 id="GNOME">GNOME</h3></div>
<p>In GNOME 2.14, a saved search is a virtual folder whose contents are the result of a <a href="Nautilus_(file_manager)" class="mw-redirect" title="Nautilus (file manager)">Nautilus</a> search, which has multiple backends. The contents of these folders are determined dynamically when the folder is opened, and updated automatically when files are created or modified.
</p><div class="mw-heading mw-heading3"><h3 id="Other_implementations">Other implementations</h3></div>
<div class="mw-heading mw-heading4"><h4 id="Email_clients">Email clients</h4></div>
<p>Virtual folders are also a well-established construct in <a href="Email_client" title="Email client">email clients</a>. In early 1991, the Emacs-based mail reader VM provided a virtual folder facility in its version 5.09.<sup id="cite_ref-25" class="reference"><a href="#cite_note-25"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-26" class="reference"><a href="#cite_note-26"><span class="cite-bracket">[</span>24<span class="cite-bracket">]</span></a></sup> VM allows the users to define virtual folders using rules, taking their mail content from one or more physical folders and based on selection criteria dealing with dates, authors, recipient, subject, message body etc. Virtual folders can also be created interactively and take content from previously defined virtual folders, thereby cascading the selection criteria. The <a href="Novell_Evolution" class="mw-redirect" title="Novell Evolution">Evolution</a> email client created by <a href="Ximian" title="Ximian">Helix Code</a> in 2000, also incorporated virtual folders. Folders can be created that automatically list e-mails matching user-defined rules, for example all e-mail from a particular address or all e-mail that includes a specific keyword.<sup id="cite_ref-27" class="reference"><a href="#cite_note-27"><span class="cite-bracket">[</span>25<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-28" class="reference"><a href="#cite_note-28"><span class="cite-bracket">[</span>26<span class="cite-bracket">]</span></a></sup> The <a href="Opera_(web_browser)" title="Opera (web browser)">Opera</a> web browser released a new mail client (beta in November 2002, final version in Jan 2003), M2, in which virtual folders (called access points) were used for all email management. Virtual folders were automatically made for active contacts, for attachments and for assigned labels. Virtual folders were also automatically generated whenever a search was performed, and manual virtual folders could use multiple logical mail header rules for their construction (including using <a href="Regular_expression" title="Regular expression">regular expressions</a>). <a href="Microsoft_Outlook" title="Microsoft Outlook">Microsoft Outlook 2003</a> added a similar feature called <i>Search Folders</i>. <a href="Gmail" title="Gmail">Gmail</a>, first released in 2004, bases all of its mail management on virtual folders accessed via labels. <a href="Mozilla_Thunderbird" title="Mozilla Thunderbird">Mozilla Thunderbird</a> also has the ability to create search folders and from version 1.5 allowed the search to be done over more than one email account.<sup id="cite_ref-29" class="reference"><a href="#cite_note-29"><span class="cite-bracket">[</span>27<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading4"><h4 id="Music_clients">Music clients</h4></div>
<p>In July 2002, Apple announced version 3 of <a href="ITunes" title="ITunes">iTunes</a> which includes <i>Smart Playlists</i> which can be considered a variant of a virtual folder. The only difference is that the search executed on accessing them is not on the file system's folder hierarchy, but on their internal data-store.<sup id="cite_ref-30" class="reference"><a href="#cite_note-30"><span class="cite-bracket">[</span>28<span class="cite-bracket">]</span></a></sup> Microsoft also added a similar feature to version 9 of <a href="Windows_Media_Player" title="Windows Media Player">Windows Media Player</a> in Windows XP called <i>Auto Playlists</i> in 2003.<sup id="cite_ref-31" class="reference"><a href="#cite_note-31"><span class="cite-bracket">[</span>29<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Features_new_to_Windows_Vista" title="Features new to Windows Vista">Features new to Windows Vista</a></li>
<li><a href="WinFS" title="WinFS">WinFS</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="Notes">Notes</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-lower-alpha">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text">Saved Searches are also referred to as <i>Search Folders</i><sup id="cite_ref-SavedSearchFileFormat_7-0" class="reference"><a href="#cite_note-SavedSearchFileFormat-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> and were formerly known as <i>Virtual Folders</i>.<sup id="cite_ref-WindowsVistaVirtualFolders_8-0" class="reference"><a href="#cite_note-WindowsVistaVirtualFolders-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text">Earlier releases of Windows (including Windows Me<sup id="cite_ref-SearchIT_10-0" class="reference"><a href="#cite_note-SearchIT-10"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> and Windows XP<sup id="cite_ref-WindowsVistaVirtualFolders_8-1" class="reference"><a href="#cite_note-WindowsVistaVirtualFolders-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-TechRepublicID_11-0" class="reference"><a href="#cite_note-TechRepublicID-11"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>) allowed searches to be saved as <code>.fnd</code> files called <i>Saved Searches</i>, but these files only saved certain search criteria and were not treated as folders; they did not automatically perform queries or rely on a database. With the release of Windows Vista, a <code>.fnd</code> file is referred to as a <i>Legacy Search Query File</i>.</span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFScot_Hacker1999" class="citation book cs1">Scot Hacker (1999). <i>The BeOS Bible</i>. Peachpit Press. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a> <bdi>0-201-35377-6</bdi>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFChris_Herborth" class="citation web cs1">Chris Herborth. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20081121051208/http://betips.net/1997/09/09/show-formula-query-strings-in-tracker/">"Show formula query strings in Tracker"</a>. <i>The BeOS Tip Server</i>. Archived from <a rel="nofollow" class="external text" href="http://betips.net/1997/09/09/show-formula-query-strings-in-tracker/">the original</a> on 2008-11-21<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-03-22</span></span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFBe_Inc.1997" class="citation web cs1">Be Inc. (October 7, 1997). <a rel="nofollow" class="external text" href="https://web.archive.org/web/19980520221220/http://www.be.com/aboutbe/pressreleases/97-10-07_Preview2Ship.html">"Be Ships BeOS Preview Release 2"</a>. Be Inc. Archived from <a rel="nofollow" class="external text" href="http://www.be.com/aboutbe/pressreleases/97-10-07_Preview2Ship.html">the original</a> on May 20, 1998<span class="reference-accessdate">. Retrieved <span class="nowrap">2006-12-24</span></span>.</cite></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFBe_Inc." class="citation web cs1">Be Inc. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20020724192405/http://www.beatjapan.org/mirror/www.be.com/users/tips/tip41.html">"Searching on the BeOS"</a>. <i>The BeOS Tip of the Week</i>. Be Inc. Archived from <a rel="nofollow" class="external text" href="http://www.beatjapan.org/mirror/www.be.com/users/tips/tip41.html">the original</a> on 2002-07-24<span class="reference-accessdate">. Retrieved <span class="nowrap">2006-12-24</span></span>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite id="CITEREFScot_Hacker" class="citation web cs1">Scot Hacker. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20080423225244/http://betips.net/1997/09/09/self-destructing-queries/">"Self-destructing queries"</a>. <i>The BeOS Tip Server</i>. Archived from <a rel="nofollow" class="external text" href="http://betips.net/1997/09/09/self-destructing-queries/">the original</a> on 2008-04-23<span class="reference-accessdate">. Retrieved <span class="nowrap">2007-03-22</span></span>.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFDominic_Giampaolo" class="citation web cs1">Dominic Giampaolo. <a rel="nofollow" class="external text" href="http://www.nobius.org/~dbg/">"Personal homepage"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2006-09-10</span></span>.</cite></span>
</li>
<li id="cite_note-SavedSearchFileFormat-7"><span class="mw-cite-backlink">^ <a href="#cite_ref-SavedSearchFileFormat_7-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-SavedSearchFileFormat_7-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-SavedSearchFileFormat_7-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFMicrosoft" class="citation web cs1"><a href="Microsoft" title="Microsoft">Microsoft</a>. <a rel="nofollow" class="external text" href="https://msdn.microsoft.com/en-us/library/windows/desktop/bb892885%28v=vs.85%29.aspx">"Saved Search File Format"</a>. <i><a href="Microsoft_Developer_Network" title="Microsoft Developer Network">MSDN</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">November 11,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-WindowsVistaVirtualFolders-8"><span class="mw-cite-backlink">^ <a href="#cite_ref-WindowsVistaVirtualFolders_8-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-WindowsVistaVirtualFolders_8-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-WindowsVistaVirtualFolders_8-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFPrice" class="citation web cs1">Price, John. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20061207160050/http://www.microsoft.com/betaexperience/nlarchive/bexp2/issue_7/WindowsVistaSearch.aspx">"Windows Vista Virtual Folders and Search"</a>. <i><a href="MSDN" class="mw-redirect" title="MSDN">MSDN</a></i>. <a href="Microsoft" title="Microsoft">Microsoft</a>. Archived from <a rel="nofollow" class="external text" href="http://www.microsoft.com/betaexperience/nlarchive/bexp2/issue_7/WindowsVistaSearch.aspx">the original</a> on December 7, 2006<span class="reference-accessdate">. Retrieved <span class="nowrap">June 23,</span> 2023</span>.</cite></span>
</li>
<li id="cite_note-SearchIT-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-SearchIT_10-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.informit.com/articles/article.aspx?p=131275&seqNum=7">"Advanced File Management with Windows Explorer"</a>. <i>Informit</i>. <a href="Pearson_Education" title="Pearson Education">Pearson Education</a>. November 28, 2001. p. 6<span class="reference-accessdate">. Retrieved <span class="nowrap">June 23,</span> 2023</span>.</cite></span>
</li>
<li id="cite_note-TechRepublicID-11"><span class="mw-cite-backlink">^ <a href="#cite_ref-TechRepublicID_11-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-TechRepublicID_11-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFShultz2005" class="citation web cs1">Shultz, Greg (October 12, 2005). <a rel="nofollow" class="external text" href="https://www.techrepublic.com/article/an-in-depth-look-at-windows-vistas-virtual-folders-technology/">"An in-depth look at Windows Vista's Virtual Folders technology"</a>. <i><a href="TechRepublic" title="TechRepublic">TechRepublic</a></i>. <a href="CBS_Interactive" class="mw-redirect" title="CBS Interactive">CBS Interactive</a><span class="reference-accessdate">. Retrieved <span class="nowrap">November 15,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-TechRepublic-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-TechRepublic_13-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFKaelin2007" class="citation web cs1">Kaelin, Mark (July 17, 2007). <a rel="nofollow" class="external text" href="https://www.techrepublic.com/blog/how-do-i/how-do-i-save-and-refine-desktop-searches-in-microsoft-windows-vista/">"How do I... Save and refine desktop searches in Microsoft Windows Vista?"</a>. <i><a href="TechRepublic" title="TechRepublic">TechRepublic</a></i>. <a href="CBS_Interactive" class="mw-redirect" title="CBS Interactive">CBS Interactive</a><span class="reference-accessdate">. Retrieved <span class="nowrap">November 11,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-QueryComposition-14"><span class="mw-cite-backlink">^ <a href="#cite_ref-QueryComposition_14-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-QueryComposition_14-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-QueryComposition_14-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-QueryComposition_14-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFBentz2006" class="citation web cs1">Bentz, Ben (October 31, 2006). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20061215210717/http://shellrevealed.com/blogs/shellblog/archive/2006/10/31/Query-Composition_3A00_-Building-a-search-upon-another-search.aspx">"Query Composition: Building a search upon another search"</a>. <i>Shell: Revealed Blog</i>. <a href="Microsoft" title="Microsoft">Microsoft</a>. Archived from <a rel="nofollow" class="external text" href="http://shellrevealed.com/blogs/shellblog/archive/2006/10/31/Query-Composition_3A00_-Building-a-search-upon-another-search.aspx">the original</a> on December 15, 2006<span class="reference-accessdate">. Retrieved <span class="nowrap">October 20,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-SchultzQueryComposition-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-SchultzQueryComposition_15-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFShultz2007" class="citation web cs1">Shultz, Greg (December 11, 2007). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20170311222731/http://www.techrepublic.com/blog/windows-and-office/narrow-a-saved-search-with-vistas-query-composition-feature/">"Narrow a saved search with Vista's Query Composition feature"</a>. <i><a href="TechRepublic" title="TechRepublic">TechRepublic</a></i>. <a href="CBS_Interactive" class="mw-redirect" title="CBS Interactive">CBS Interactive</a>. Archived from <a rel="nofollow" class="external text" href="https://www.techrepublic.com/blog/windows-and-office/narrow-a-saved-search-with-vistas-query-composition-feature/">the original</a> on March 11, 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">November 11,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-SearchMelt-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-SearchMelt_16-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFWhite2007" class="citation web cs1">White, Nick (May 14, 2007). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20070516034547/http://windowsvistablog.com/blogs/windowsvista/archive/2007/05/14/searching-part-iii-do-you-know-what-a-searchmelt-is.aspx">"Searcing, part III: Do you know what a SearchMelt is?"</a>. <i>Windows Vista Team Blog</i>. <a href="Microsoft" title="Microsoft">Microsoft</a>. Archived from <a rel="nofollow" class="external text" href="http://windowsvistablog.com/blogs/windowsvista/archive/2007/05/14/searching-part-iii-do-you-know-what-a-searchmelt-is.aspx">the original</a> on May 16, 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">October 20,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-WindowsVistaProductGuide-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-WindowsVistaProductGuide_17-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20110701021143/http://download.microsoft.com//download/c/9/8/c988dce4-1971-4ad4-a1ef-df99e596a4cc/WVPG%20RTM.docx">"Windows Vista Product Guide"</a>. <a href="Microsoft" title="Microsoft">Microsoft</a>. 2006. pp. <span class="nowrap">44–</span>51. Archived from <a rel="nofollow" class="external text" href="http://download.microsoft.com//download/c/9/8/c988dce4-1971-4ad4-a1ef-df99e596a4cc/WVPG%20RTM.docx">the original</a> <span class="cs1-format">(DOCX)</span> on July 1, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">March 1,</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-BillGatesRemarks-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-BillGatesRemarks_18-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20040203152133/http://www.microsoft.com/billgates/speeches/2003/10-27PDC2003.asp">"Remarks by Bill Gates, Chairman and Chief Software Architect, Microsoft CorporationMicrosoft Professional Developers Conference 2003"</a>. <a href="Microsoft" title="Microsoft">Microsoft</a>. October 27, 2003. Archived from <a rel="nofollow" class="external text" href="http://www.microsoft.com/billgates/speeches/2003/10-27PDC2003.asp">the original</a> on February 3, 2004<span class="reference-accessdate">. Retrieved <span class="nowrap">April 27,</span> 2021</span>. <q>HILLEL COOPERMAN: "All right, one more thing. You might say, 'Well, I understand that these [stack] views [in WinFS] are generated dynamically. I understand this is all based on this structured metadata that Bill [Gates] was talking about, but I could kind of approximate this with folders today. I could make a bunch of folders for authors, and then in them have project folders.' I'll tell you something you couldn't do. You couldn't do it, have that exist, and do the reverse; for example, be able to navigate first author, then project or first project then author.</q></cite></span>
</li>
<li id="cite_note-VirtualFolders-19"><span class="mw-cite-backlink">^ <a href="#cite_ref-VirtualFolders_19-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-VirtualFolders_19-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-VirtualFolders_19-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFThurrott2005" class="citation web cs1 cs1-prop-unfit">Thurrott, Paul (December 21, 2005). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20051223080047/http://winsupersite.com/reviews/winvista_5270.asp">"Windows Vista December 2005 CTP (Build 5270) Review Part 1: Setup and User Interface"</a>. <i>SuperSite for Windows</i>. <a href="Penton_(company)" title="Penton (company)">Penton</a>. Archived from the original on December 23, 2005<span class="reference-accessdate">. Retrieved <span class="nowrap">October 13,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-DisplayDrivers-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-DisplayDrivers_20-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFThurrott2010" class="citation web cs1">Thurrott, Paul (October 6, 2010). <a rel="nofollow" class="external text" href="http://winsupersite.com/article/product-review/working-with-display-drivers-in-windows-vista-beta-1">"Working with Display Drivers in Windows Vista Beta 1"</a>. <i>SuperSite for Windows</i>. <a href="Penton_(company)" title="Penton (company)">Penton</a><span class="reference-accessdate">. Retrieved <span class="nowrap">November 11,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-OReilly-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-OReilly_21-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFLee2005" class="citation web cs1">Lee, Wei-Meng (August 2, 2005). <a rel="nofollow" class="external text" href="http://www.windowsdevcenter.com/pub/a/windows/2005/08/02/vista.html?page=2">"An In-Depth Look at Vista, Part 2"</a>. <a href="O'Reilly_Media" title="O'Reilly Media">O'Reilly Media</a><span class="reference-accessdate">. Retrieved <span class="nowrap">November 11,</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-Vista05-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-Vista05_22-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://books.google.com/books?id=-vF6CwQYDFwC&dq=%22When+you+create+a+stack+based+on+a+keyword%2C+files+added+to+that+stack+receive+the+keyword+automatically.%22&pg=PA108">"Windows Vista First Hands-On Walkthrough of Microsoft's New 'Longhorn'"</a>. <i><a href="PCMag" title="PCMag">PCMag</a></i>. <a href="Ziff_Davis_Media" class="mw-redirect" title="Ziff Davis Media">Ziff Davis Media</a>. September 6, 2005. p. 108<span class="reference-accessdate">. Retrieved <span class="nowrap">October 25,</span> 2015</span>. <q>When you create a stack based on a keyword, files added to that stack receive the keyword automatically.</q></cite></span>
</li>
<li id="cite_note-WinFS2003PDC-23"><span class="mw-cite-backlink">^ <a href="#cite_ref-WinFS2003PDC_23-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-WinFS2003PDC_23-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://web.archive.org/web/20031221235634/http://msdn.microsoft.com/Longhorn/understanding/pillars/WinFS/default.aspx?pull=%2Flibrary%2Fen-us%2Fdnaero%2Fhtml%2Fwux_topic_storage.asp">"WinFS: The Windows File System (Microsoft Access 2002 Technical Articles)"</a>. <i><a href="Microsoft_Developer_Network" title="Microsoft Developer Network">MSDN</a></i>. <a href="Microsoft" title="Microsoft">Microsoft</a>. October 2003. Archived from <a rel="nofollow" class="external text" href="http://msdn.microsoft.com:80/Longhorn/understanding/pillars/WinFS/default.aspx?pull=/library/en-us/dnaero/html/wux_topic_storage.asp">the original</a> on 2003-12-21<span class="reference-accessdate">. Retrieved <span class="nowrap">February 1,</span> 2018</span>.</cite></span>
</li>
<li id="cite_note-5308VirtualFolders-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-5308VirtualFolders_24-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFShinder2006" class="citation web cs1">Shinder, Deb (July 12, 2006). <a rel="nofollow" class="external text" href="https://www.techrepublic.com/article/more-than-just-a-pretty-interface-file-management-with-vista-explorer/">"More than just a pretty interface: File management with Vista Explorer"</a>. <i><a href="TechRepublic" title="TechRepublic">TechRepublic</a></i>. <a href="CBS_Interactive" class="mw-redirect" title="CBS Interactive">CBS Interactive</a><span class="reference-accessdate">. Retrieved <span class="nowrap">November 22,</span> 2016</span>.</cite></span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><cite id="CITEREFKyle_Jones" class="citation web cs1">Kyle Jones. <a rel="nofollow" class="external text" href="http://www.wonderworks.com/vm/user-manual/vm_15.html#SEC28">"VM User's Manual - Virtual Folders"</a>. Wonderworks<span class="reference-accessdate">. Retrieved <span class="nowrap">2010-01-26</span></span>.</cite></span>
</li>
<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><cite id="CITEREFPhil_Sung" class="citation web cs1">Phil Sung. <a rel="nofollow" class="external text" href="http://web.psung.name/emacstips/vm.html">"VM Configuration and Workflow"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2010-03-13</span></span>.</cite></span>
</li>
<li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><cite id="CITEREFMichael_Hall2000" class="citation web cs1">Michael Hall (June 30, 2000). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20190209180115/http://www.linuxplanet.com/linuxplanet/previews/2013/1/">"You Say You Want an Evolution"</a>. Linux Planet. Archived from <a rel="nofollow" class="external text" href="http://linuxplanet.com/linuxplanet/previews/2013/1/">the original</a> on 2019-02-09<span class="reference-accessdate">. Retrieved <span class="nowrap">2006-12-24</span></span>.</cite></span>
</li>
<li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><cite id="CITEREFDave_Whitinger1999" class="citation web cs1">Dave Whitinger (July 8, 1999). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20120208075802/http://www.linuxtoday.com/news_story.php3?ltsn=1999-07-08-002-10-NW-LF">"Dave Whitinger and Miguel de Icaza at the ZD Open Source Forum"</a>. Linux Today. Archived from <a rel="nofollow" class="external text" href="http://www.linuxtoday.com/news_story.php3?ltsn=1999-07-08-002-10-NW-LF">the original</a> on 2012-02-08<span class="reference-accessdate">. Retrieved <span class="nowrap">2006-12-24</span></span>.</cite></span>
</li>
<li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://kb.mozillazine.org/Saved_Search">"Saved Search - MozillaZine Knowledge Base"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2010-01-22</span></span>.</cite></span>
</li>
<li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><cite id="CITEREFApple2002" class="citation web cs1">Apple (July 17, 2002). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20060726000426/http://www.apple.com/pr/library/2002/jul/17itunes.html">"Apple Announces iTunes 3"</a>. Apple. Archived from <a rel="nofollow" class="external text" href="https://www.apple.com/pr/library/2002/jul/17itunes.html">the original</a> on July 26, 2006<span class="reference-accessdate">. Retrieved <span class="nowrap">December 25,</span> 2006</span>.</cite></span>
</li>
<li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><cite id="CITEREFMicrosoft2003" class="citation web cs1">Microsoft (January 3, 2003). <a rel="nofollow" class="external text" href="http://www.microsoft.com/presspass/press/2003/jan03/01-07moviemakerplayerfinalpr.mspx">"Microsoft Announces Digital Media Upgrade for Windows XP With Final Release of Windows Media Player 9 Series and Windows Movie Maker 2"</a>. Microsoft<span class="reference-accessdate">. Retrieved <span class="nowrap">2006-12-25</span></span>.</cite></span>
</li>
</ol></div></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-04-19" href="https://en.wikipedia.org/wiki/?title=Virtual_folder&oldid=1286432964">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>